StrokeDash Class

Represents the dash style that is used for a stroke.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class StrokeDash
Inheritance
Object    StrokeDash

Constructors

StrokeDash Initializes a new instance of the StrokeDash class.

Properties

DisplayName Specifies the name of a dash style.
Distance Specifies the distance between the dashes of a stroke.
Dots1 Specifies the number of dashes for the first sequence in an alternating sequence of dots.
Dots1Length Specifies the length of the dashes.
Dots2 Specifies the number of dashes for the second sequence in an alternating sequence of dots.
Dots2Length Specifies the length of the dashes
Name Specifies names that are used for referencing graphical elements.
Style Specifies the rendering for a stroke-dash.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current StrokeDash object to its equivalent string representation.
(Overrides ObjectToString)

See Also